Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add name property to PassbandMap #289

Merged
merged 1 commit into from
Mar 27, 2024

Conversation

mwcraig
Copy link
Contributor

@mwcraig mwcraig commented Mar 26, 2024

I'm proposing this as a prelude to adding functionality for stellarphot to remember cameras, observatories and passband maps by name.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.33%. Comparing base (bdc2f7d) to head (30947b2).
Report is 11 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #289      +/-   ##
==========================================
+ Coverage   71.29%   71.33%   +0.04%     
==========================================
  Files          25       25              
  Lines        3100     3105       +5     
==========================================
+ Hits         2210     2215       +5     
  Misses        890      890              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

>>> passband_map
PassbandMap(your_filter_names_to_aavso=[PassbandMapEntry(your_filter_name='B',...
PassbandMap(name='Sample map', your_filter_names_to_aavso=[PassbandMapEntry(your_...
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo on line 770 "namee" instead of "name".

@JuanCab
Copy link
Contributor

JuanCab commented Mar 26, 2024

Looks pretty straight-forward... good to go (although I did catch a typo in the comments).

@mwcraig
Copy link
Contributor Author

mwcraig commented Mar 27, 2024

Merging, will fix the typo in the next PR...

@mwcraig mwcraig merged commit cda1ce3 into feder-observatory:main Mar 27, 2024
9 checks passed
@mwcraig mwcraig deleted the add-name-to-passband-map branch April 29, 2024 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants